home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tcfg100.zip / TAGCFG.DOC < prev    next >
Text File  |  1993-02-26  |  3KB  |  74 lines

  1. ===============================================================================
  2.                                   TAGCFG v1.00
  3.  
  4.                             Written by Joe McElmeel
  5.  
  6.                            - Program Documentation -
  7. ===============================================================================
  8.  
  9.      Thanks for running my program. It isn't MUCH, but here's what it does:
  10.  
  11.         o It can write your STATUS.DAT (configuration) to an ASCII text file
  12.           with descriptive "identifers" for each field and group of fields.
  13.  
  14.         o It can read in the STATUS.TXT text file that it makes back into your
  15.           configuration
  16.  
  17.         o You can set "security levels" via command line parameters to what you
  18.           want written to the file; in other words, have it NOT write the SysOp
  19.           passwords if you like (see later in this documentation file for more
  20.           details).
  21.  
  22. Installation
  23. ------------
  24.  
  25.         Make sure you make a backup copy of your STATUS.DAT file before you run
  26. this program, just in case. I am NOT responsible for any damage this may do,
  27. but I will help you in case something does happen.
  28.  
  29.         Simply unzip the TCFG100 archive file into any directory, and then
  30. execute it with the following syntax:
  31.  
  32.         TAGCFG <Path to STATUS.DAT> <Path to STATUS.TXT> <SL> [/R]
  33.  
  34. The path to STATUS.DAT must contain your "STATUS.DAT" TAG configration data
  35. file in order to run TAGCFG.
  36.  
  37. The path to STATUS.TXT is where TAGCFG will read and/or write your BBS setup to
  38. the text file. If it doesn't exist in the path, it will be re-written, and it
  39. will be OVERwritten if it DOES exist. It MUST exist in this path if you are re-
  40. reading it into your STATUS.DAT.
  41.  
  42. SL is the security level you want TAGCFG to run under. Here's an explanation:
  43.  
  44.         1 = User level; exclude paths, the system passwords, the chat password
  45.             and the new user password from the output file.
  46.  
  47.         2 = Co-SysOp level; exclude paths and system password #3 from the out-
  48.             put file.
  49.  
  50.         3 = SysOp level; exclude nothing from the output file.
  51.  
  52. If you want TAGCFG to read a STATUS.TXT back into a STATUS.DAT (in other words,
  53. re-configure TAG from the text file), make sure you use "/R" or "/r" as the
  54. fourth parameter.
  55.  
  56. Main uses of TAGCFG
  57. -------------------
  58.  
  59. If you are sharing your configuration with a fellow SysOp, or helping another
  60. SysOp that is just starting out, this can be a way of doing it.
  61.  
  62. You may wish to use TAGCFG in "User level" (1), for an additional informative
  63. text file for your users to view while on-line just to see how you have your
  64. system set up.
  65.  
  66. Another use may be for any SysOps that run their board remotely (at 12 or 2400
  67. baud) and don't like to crawl through TAG's system config; re-configure your
  68. entire system from a single text file and upload it to your BBS!
  69.  
  70. Any questions, comments, criticisms or complaints are welcomed in the TAG echo,
  71. TAGMULTI echo, TAG_DOORS echo or in NetMail to 1:2410/480.
  72.  
  73.                                      -EOF-
  74.